home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2087 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: res.com!usenet
  2. From: danlynes@res.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Really new newbie to C needs help!
  5. Date: 19 Jan 1996 00:32:44 GMT
  6. Organization: RES Online
  7. Message-ID: <4dmorc$7qb@clare.res.com>
  8. References: <4dk148$2js@freenet.vcu.edu>
  9. Reply-To: danlynes@res.com
  10. NNTP-Posting-Host: di008.res.com
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. In <4dk148$2js@freenet.vcu.edu>, damurr@freenet.vcu.edu writes:
  14.  
  15. >First off, where should I begin? Are there any books that you
  16. >could recommend to get me started? Are there any simple sample
  17. >programs that I should look at? The syntax is so completely
  18. ><STRONG>different</STRONG> from BASIC, it boggles the mind! ;-)
  19.  
  20. In my opinion, one of the first books you should read, is a book 
  21. on C programming style, so you can eliminate the errors before 
  22. they happen in your code...sort of like preventive maintenance.
  23.  
  24. After you've finished that, 'The Standard C Library', by P.J. 
  25. Plauger is a good book, as is 'Learning C', pub. SAMS (a division
  26. of Prentice-Hall Publishing)...comes with a working demo version 
  27. of Zortech C (now called Symantec C).  It may not be the greatest
  28. of compilers (limited to small memory model), but it will still 
  29. help you get through the book.  After you've finished the book, 
  30. you should have enough of a grasp of C, to decide whether or not 
  31. you like the language, and if so, be able to know exactly what 
  32. you want in your compiler.
  33.  
  34. After upgrading the libraries for Zortech with some assembler 
  35. routines I linked in through MASM, totally changing my 
  36. environment, I ended up deciding to go out and buy a real 
  37. compiler.
  38.  
  39. N.B.  The 'Learning C' book is for the PC.  All other books 
  40. referred to here, apply to C in general, not to any specific 
  41. platfrom, environment, or operating system.
  42.  
  43. +------------------------------------------------------+
  44. !  OS/2         - The Champion of Operating Systems    !
  45. !  Enitharmon/2 - A Powerful BBS Package               !
  46. !  What a great pair!               danlynes@res.com   !
  47. !  www.res.com/~danlynes/index.html                    !
  48. !  www.res.com/~danlynes/Enitharmon!2/index.html       !
  49. !  The Enitharmon Beta project is now under way.       !
  50. !  To subscribe to the mailing list, send e-mail to    !
  51. !  danlynes@res.com or daniel.lynes@ideasnet.com       !
  52. +------------------------------------------------------+
  53.  
  54.